projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
425b3c4
)
(Fdefine_abbrev): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Apr 2007 17:00:20 +0000
(17:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Apr 2007 17:00:20 +0000
(17:00 +0000)
src/abbrev.c
patch
|
blob
|
history
diff --git
a/src/abbrev.c
b/src/abbrev.c
index 7dea6969f358e972b270ca5cd2789a909a39cbce..40cad1832fcb8205165b81351cc4686b64b12204 100644
(file)
--- a/
src/abbrev.c
+++ b/
src/abbrev.c
@@
-110,7
+110,7
@@
DEFUN ("clear-abbrev-table", Fclear_abbrev_table, Sclear_abbrev_table, 1, 1, 0,
DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_abbrev, 3, 6, 0,
doc: /* Define an abbrev in TABLE named NAME, to expand to EXPANSION and call HOOK.
-NAME must be a string.
+NAME must be a string
, and should be lower-case
.
EXPANSION should usually be a string.
To undefine an abbrev, define it with EXPANSION = nil.
If HOOK is non-nil, it should be a function of no arguments;